home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 7 / Night Owl Shareware (NOPV7)(Night Owl Publisher Inc.)(1992).bin / 038a / bash1_12.arj / BASH1-12.TAR / bash-1.12 / parser.h < prev    next >
Text File  |  1992-01-21  |  206b  |  9 lines

  1. /* parser.h -- Everything you wanted to know about the parser, but were
  2.    afraid to ask. */
  3.  
  4. #if !defined (_PARSER_H)
  5. #  define _PARSER_H
  6. #  include "command.h"
  7. #  include "input.h"
  8. #endif /* _PARSER_H */
  9.